home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dnGOEND"
- else
- set the castNum of sprite clickOn() to the number of cast "GOEND"
- end if
- updateStage()
- end repeat
- go(1, "ENDING.DIR")
- set the castNum of sprite clickOn() to the number of cast "GOEND"
- updateStage()
- end
-